YRange Property (XyzDataSeries3D<TX,TY,TZ>)
Gets the total extents of the IDataSeries3D in the Y direction.
Syntax
public override IRange YRange {get;}
Remarks
Note: The performance implications of calling this is the XyzDataSeries3D will perform a full recalculation on each get. It is recommended to get and cache if this property is needed more than once
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also